home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / EDITSET.HLP < prev    next >
Text File  |  1987-12-18  |  4KB  |  97 lines

  1. \ EDITSET.HLP   Set the editor key assignments          by Tom Zimmer
  2.  
  3. ctlset          ( n1 | function --- )
  4.         Set a new function into the control key table, as specified
  5.         by control key n1.
  6.  
  7. fnset           ( n1 | function --- )
  8.         Set a new function into the function key table, as specified
  9.         by function key value n1.
  10.  
  11. ----------------------------------------------------------------------
  12.  
  13.         Following is a list of functions available, these may be used
  14.         as you want in modifying the editor.
  15.  
  16.                 Function Descriptions
  17.  
  18. tscrn           Move to top of screen.
  19. bscrn           Move to bottom of screen.
  20. dnln            Move down a line
  21. upln            Move up   a line
  22. lchr            Move left  a character
  23. rchr            Move right a character
  24. lwrd            Move left  a word
  25. rwrd            Move right a word
  26. pdn             Move down one screen full
  27. pup             Move up   one screen full
  28. shoml           Move to the beginning of the current line.
  29. sendl           Move to the end       of the current line.
  30. shom            Move to the beginning of the file.
  31. send            Move to the end       of the file.
  32.  
  33. fdel            Delete current character under cursor
  34. bdel            Delete character before cursor
  35. wdel            Delete word forward starting at cursor
  36. ldel            Delete all of current edit line
  37. excutx          Delete all marked lines of text, MARK sets start.
  38.                   Cuts all lines to the file TEMP.SEQ
  39.                   Prompts for a filename if SHIFT is held down.
  40.  
  41. shelp           Display the first of two help screens.
  42.  
  43. pmenux          Enter print menu.
  44.  
  45. exportx         Copy the portion of the current file starting at the
  46.                   last MARK, until the cursor line to the file TEMP.SEQ.
  47.                   Prompts for a filename if Shift is held down.
  48. importx         Insert the file TEMP.SEQ at the cursor, or allow
  49.                   selection of a file if Shift is held down.
  50. sgetl           Get a line from MARK to current cursor position.
  51.  
  52. stab            Insert spaces up to next tab setting
  53. sbtab           Move back to previous tab position.
  54. tabxp           Expand tabs in entire file to spaces.
  55.  
  56. ^cc             Insert the value of any key following this command.
  57.  
  58. joinln          Join this line and next line.
  59. spltln          Split current line at cursor into two lines
  60.  
  61. kerr            Key error, beeps
  62.  
  63. sloon           Search for name with prompt for text.
  64. slooa           Search again for same text.
  65. sloob           Search backwards for last text searched for.
  66.  
  67. srepn           Replace searched text with prompt for text.
  68. srepa           Replace again with same text.
  69. repall          Replace all occurances of found text with replace text,
  70.                   no prompting.
  71.  
  72. nln             Return, go down to next line.
  73.  
  74. sclup           Scroll the screen up,   leaving cursor on same screen line.
  75. scldn           Scroll the screen down, leaving cursor on same screen line.
  76.  
  77. lmset           Set left margin to current cursor position.
  78. lmset           Set the left margin to current cursor position
  79. tabset          Set the tab increment to multiples of the current column.
  80. smrk            Set the MARK for copy lines, or export.
  81.  
  82. updt            Save changes to disk and continue editing
  83. sesc            Terminate edit and save changes unless Shift is being held
  84.                   down, then terminate edit without saving changes.
  85. squt            Terminate the edit, and discard all changes.
  86.  
  87. itgl            Toggle between insert and overwrite mode
  88.  
  89. wudel           Undelete the most recent word deleted.
  90.                   repeatable up to 256 bytes.
  91. lundel          Undelete the last line deleted, upto 50 lines.
  92.  
  93. wr->fl          Write all of current file to a new file which will
  94.                 be prompted for.
  95.  
  96.  
  97.